toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation.event
/
[jvm]FrameLoadFailed
Frame
Load
Failed
interface
FrameLoadFailed
:
NavigationEvent
An event indicating that the content load was failed.
Members
Functions
error
Link copied to clipboard
open
fun
error
(
)
:
NetError
Returns the navigation error.
frame
Link copied to clipboard
open
fun
frame
(
)
:
Frame
Returns the
Frame
instance that failed to load content.
navigation
Link copied to clipboard
open
fun
navigation
(
)
:
Navigation
Returns the
Navigation
instance initiated this event.
url
Link copied to clipboard
open
fun
url
(
)
:
String
Returns a string that represents the URL of the resource which content has been failed to load.